home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #formatTypeBox,
- #selectionMenuItemsBox,
- #contextMenuItemsBox {
- max-height: 20em;
- }
-
- #formatTypeBox > scrollbox,
- #selectionMenuItemsBox > scrollbox,
- #contextMenuItemsBox > scrollbox {
- overflow-y: auto !important;
- }
-
- .dummy-button {
- visibility: hidden;
- }
-
- #formatTypeBox textbox[readonly="true"] {
- color: graytext;
- }
-
- #format-template,
- .format-row radio .radio-label-box,
- .format-row radio label {
- visibility: collapse;
- }
-
- .format-label-textbox,
- .format-textbox {
- min-width: 0;
- }
-
- .format-label-textbox {
- max-width: 11em;
- }
-
- #formatTypeBox .delete-button,
- #formats-undo {
- min-width: 0;
- min-height: 0;
- }
-